org.eclipse.vtp.desktop.core.configuration
Class DefaultConfigurationManager

java.lang.Object
  extended by org.eclipse.vtp.desktop.core.configuration.DefaultConfigurationManager
All Implemented Interfaces:
java.lang.Cloneable, ConfigurationManager
Direct Known Subclasses:
AttachedDataManager, AttachedDataManager, MediaBindingManager

public abstract class DefaultConfigurationManager
extends java.lang.Object
implements ConfigurationManager


Constructor Summary
DefaultConfigurationManager()
           
 
Method Summary
abstract  java.lang.Object clone()
           
 BrandManager getBrandManager()
           
 org.w3c.dom.Element getSourceElement()
           
abstract  java.lang.String getType()
           
 void readConfiguration(org.w3c.dom.Element configuration)
           
 void setBrandManager(BrandManager brandManager)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.vtp.desktop.core.configuration.ConfigurationManager
writeConfiguration
 

Constructor Detail

DefaultConfigurationManager

public DefaultConfigurationManager()
Method Detail

getBrandManager

public BrandManager getBrandManager()
Specified by:
getBrandManager in interface ConfigurationManager

setBrandManager

public void setBrandManager(BrandManager brandManager)
Specified by:
setBrandManager in interface ConfigurationManager

getType

public abstract java.lang.String getType()
Specified by:
getType in interface ConfigurationManager

readConfiguration

public void readConfiguration(org.w3c.dom.Element configuration)
Specified by:
readConfiguration in interface ConfigurationManager

getSourceElement

public org.w3c.dom.Element getSourceElement()

clone

public abstract java.lang.Object clone()
Specified by:
clone in interface ConfigurationManager
Overrides:
clone in class java.lang.Object